main program - перевод на русский
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

main program - перевод на русский

POINT IN A COMPUTER PROGRAM WHERE INSTRUCTION-EXECUTION BEGINS
Main function; Main(); Args; Argc; Argv; Sub Main; Entry and exit points; Main function (programming); Main (computing); Main program; Public static void main
  • C#]] source code. Different parts are labeled for reference.

main program         

общая лексика

основная программа

процедура, получающая управление при запуске программы и вызывающая другие процедуры

главная программа

Смотрите также

procedure; routine; subroutine

entry point         
ТМО момент поступления (требования)
entry point         

общая лексика

точка входа

в программировании - адрес команды, с которой начинается выполнение какого-либо участка кода. Обычно говорят о точках входа в подпрограмму, функцию, драйвер или процедуру

Определение

computer program

Википедия

Entry point

In computer programming, an entry point is the place in a program where the execution of a program begins, and where the program has access to command line arguments.

To start a program's execution, the loader or operating system passes control to its entry point. (During booting, the operating system itself is the program). This marks the transition from load time (and dynamic link time, if present) to run time.

For some operating systems and programming languages, the entry point is in a runtime library, a set of support functions for the language. The library code initializes the program and then passes control to the program proper. In other cases, the program may initialize the runtime library itself.

In simple systems, execution begins at the first statement, which is common in interpreted languages, simple executable formats, and boot loaders. In other cases, the entry point is at some other known memory address which can be an absolute address or relative address (offset).

Alternatively, execution of a program can begin at a named point, either with a conventional name defined by the programming language or operating system or at a caller-specified name. In many C-family languages, this is a function called main; as a result, the entry point is often known as the main function.

In JVM languages such as Java the entry point is a static method called main; in CLI languages such as C# the entry point is a static method named Main.

Примеры употребления для main program
1. Permission to reprint/republish The main program here is a bureaucratic mouthful: the Comprehensive Environmental Response, Compensation, and Liability Act (CERCLA), commonly known as Superfund.
2. The sweep also highlighted flaws in the main program through which the government helps employers authenticate workers‘ identification documents, underscoring how weak government ID requirements and poor coordination with the Social Security Administration have frustrated enforcers for decades.
3. tdn.com.tr inc.all words Home Page Domestic Foreign Finance Diplomacy Opinions Features Sports Weather Press Scanner Archive All About Turkey About TDN MEMBER CENTER Your Account 56th Berlin Film Festival main program Wednesday, February 1, 2006 print this page mail to a friend FEATURE All News» » European cinema to warm Ankara in February » Palestinian film nominated for best foreign language Oscar » List of 78th annual Academy Award nominations » Yoko Ono and son plan Paris birthday performance » Japanese men declare ‘Wives Day‘ to show they care » Golden Globes embrace animation with new award category » Clooney, Streep, Heath Ledger expected at Berlin Film Festival » 56th Berlin Film Festival main program » Russian movies entertain Ankara moviegoers » Samuel L.
4. tdn.com.tr inc.all words Home Page Domestic Foreign Finance Diplomacy Opinions Features Sports Weather Press Scanner Archive All About Turkey About TDN MEMBER CENTER Your Account Russian movies entertain Ankara moviegoers Wednesday, February 1, 2006 print this page mail to a friend FEATURE All News» » European cinema to warm Ankara in February » Palestinian film nominated for best foreign language Oscar » List of 78th annual Academy Award nominations » Yoko Ono and son plan Paris birthday performance » Japanese men declare ‘Wives Day‘ to show they care » Golden Globes embrace animation with new award category » Clooney, Streep, Heath Ledger expected at Berlin Film Festival » 56th Berlin Film Festival main program » Russian movies entertain Ankara moviegoers » Samuel L.
5. Jackson immortalized in cement in Hollywood Wednesday, February 1, 2006 print this page mail to a friend FEATURE All News» » European cinema to warm Ankara in February » Palestinian film nominated for best foreign language Oscar » List of 78th annual Academy Award nominations » Yoko Ono and son plan Paris birthday performance » Japanese men declare ‘Wives Day‘ to show they care » Golden Globes embrace animation with new award category » Clooney, Streep, Heath Ledger expected at Berlin Film Festival » 56th Berlin Film Festival main program » Russian movies entertain Ankara moviegoers » Samuel L.
Как переводится main program на Русский язык